home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Puzzle / blox.swf / scripts / DefineButton2_548 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-06-13  |  177 b   |  12 lines

  1. on(release){
  2.    _root.SoundPushButton.start();
  3.    if(_root.helpWindowMode == 2)
  4.    {
  5.       _root.ShowPlayArea();
  6.    }
  7.    else
  8.    {
  9.       _root.ShowMainMenu();
  10.    }
  11. }
  12.